home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C
/
Applications
/
Python 1.3.3
/
stdwin
/
H
/
style.h
< prev
next >
Wrap
Text File
|
1995-12-21
|
184b
|
11 lines
/* STDWIN -- TEXT ATTRIBUTES. */
#define PLAIN 0x00
#define HILITE 0x01
#define INVERSE 0x02
#define ITALIC 0x04
#define BOLD 0x08
#define UNDERLINE 0x10
extern TEXTATTR wattr;